partial_function

[Done] Partial Function library for Rust.
git clone https://git.jojolepro.com/partial_function.git
Log | Files | Refs | README | LICENSE

workspace.xml (13561B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project version="4">
      3   <component name="ChangeListManager">
      4     <list default="true" id="c61cb26e-cd20-4478-b386-32735fce1844" name="Default" comment="">
      5       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
      6       <change beforePath="$PROJECT_DIR$/src/lib.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib.rs" afterDir="false" />
      7     </list>
      8     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
      9     <option name="TRACKING_ENABLED" value="true" />
     10     <option name="SHOW_DIALOG" value="false" />
     11     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     12     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
     13     <option name="LAST_RESOLUTION" value="IGNORE" />
     14   </component>
     15   <component name="FileEditorManager">
     16     <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
     17       <file leaf-file-name="lib.rs" pinned="false" current-in-tab="true">
     18         <entry file="file://$PROJECT_DIR$/src/lib.rs">
     19           <provider selected="true" editor-type-id="text-editor">
     20             <state relative-caret-position="633">
     21               <caret line="146" column="40" selection-start-line="146" selection-start-column="40" selection-end-line="146" selection-end-column="40" />
     22               <folding>
     23                 <element signature="e#4155#4156#0" expanded="true" />
     24                 <element signature="e#4204#4205#0" expanded="true" />
     25                 <element signature="e#5097#5098#0" expanded="true" />
     26                 <element signature="e#5157#5158#0" expanded="true" />
     27                 <element signature="e#5630#5631#0" expanded="true" />
     28                 <element signature="e#5690#5691#0" expanded="true" />
     29               </folding>
     30             </state>
     31           </provider>
     32         </entry>
     33       </file>
     34       <file leaf-file-name="tests.rs" pinned="false" current-in-tab="false">
     35         <entry file="file://$PROJECT_DIR$/tests/tests.rs">
     36           <provider selected="true" editor-type-id="text-editor">
     37             <state relative-caret-position="412">
     38               <caret line="71" column="33" selection-start-line="71" selection-start-column="33" selection-end-line="71" selection-end-column="33" />
     39             </state>
     40           </provider>
     41         </entry>
     42       </file>
     43       <file leaf-file-name=".gitignore" pinned="false" current-in-tab="false">
     44         <entry file="file://$PROJECT_DIR$/.gitignore">
     45           <provider selected="true" editor-type-id="text-editor" />
     46         </entry>
     47       </file>
     48     </leaf>
     49   </component>
     50   <component name="Git.Settings">
     51     <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
     52   </component>
     53   <component name="IdeDocumentHistory">
     54     <option name="CHANGED_PATHS">
     55       <list>
     56         <option value="$PROJECT_DIR$/tests/tests.rs" />
     57         <option value="$PROJECT_DIR$/src/lib.rs" />
     58       </list>
     59     </option>
     60   </component>
     61   <component name="ProjectFrameBounds">
     62     <option name="x" value="12" />
     63     <option name="y" value="15" />
     64     <option name="width" value="1896" />
     65     <option name="height" value="1053" />
     66   </component>
     67   <component name="ProjectLevelVcsManager">
     68     <ConfirmationsSetting value="2" id="Add" />
     69   </component>
     70   <component name="ProjectView">
     71     <navigator proportions="" version="1">
     72       <foldersAlwaysOnTop value="true" />
     73     </navigator>
     74     <panes>
     75       <pane id="PackagesPane" />
     76       <pane id="Scope" />
     77       <pane id="AndroidView" />
     78       <pane id="ProjectPane">
     79         <subPane>
     80           <expand>
     81             <path>
     82               <item name="partial_function" type="b2602c69:ProjectViewProjectNode" />
     83               <item name="partial_function" type="462c0819:PsiDirectoryNode" />
     84             </path>
     85             <path>
     86               <item name="partial_function" type="b2602c69:ProjectViewProjectNode" />
     87               <item name="partial_function" type="462c0819:PsiDirectoryNode" />
     88               <item name="src" type="462c0819:PsiDirectoryNode" />
     89             </path>
     90             <path>
     91               <item name="partial_function" type="b2602c69:ProjectViewProjectNode" />
     92               <item name="partial_function" type="462c0819:PsiDirectoryNode" />
     93               <item name="tests" type="462c0819:PsiDirectoryNode" />
     94             </path>
     95           </expand>
     96           <select />
     97         </subPane>
     98       </pane>
     99     </panes>
    100   </component>
    101   <component name="PropertiesComponent">
    102     <property name="last_opened_file_path" value="$PROJECT_DIR$" />
    103     <property name="org.rust.cargo.project.model.PROJECT_DISCOVERY" value="true" />
    104   </component>
    105   <component name="RunDashboard">
    106     <option name="ruleStates">
    107       <list>
    108         <RuleState>
    109           <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
    110         </RuleState>
    111         <RuleState>
    112           <option name="name" value="StatusDashboardGroupingRule" />
    113         </RuleState>
    114       </list>
    115     </option>
    116   </component>
    117   <component name="RunManager">
    118     <configuration default="true" type="Application" factoryName="Application">
    119       <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
    120     </configuration>
    121     <configuration default="true" type="JUnit" factoryName="JUnit">
    122       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
    123       <option name="ALTERNATIVE_JRE_PATH" />
    124       <option name="PACKAGE_NAME" />
    125       <option name="MAIN_CLASS_NAME" />
    126       <option name="METHOD_NAME" />
    127       <option name="TEST_OBJECT" value="class" />
    128       <option name="VM_PARAMETERS" value="-ea" />
    129       <option name="PARAMETERS" />
    130       <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
    131       <option name="PASS_PARENT_ENVS" value="true" />
    132       <option name="TEST_SEARCH_SCOPE">
    133         <value defaultName="singleModule" />
    134       </option>
    135       <patterns />
    136     </configuration>
    137     <configuration default="true" type="TestNG" factoryName="TestNG">
    138       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
    139       <option name="ALTERNATIVE_JRE_PATH" />
    140       <option name="SUITE_NAME" />
    141       <option name="PACKAGE_NAME" />
    142       <option name="MAIN_CLASS_NAME" />
    143       <option name="METHOD_NAME" />
    144       <option name="GROUP_NAME" />
    145       <option name="TEST_OBJECT" value="CLASS" />
    146       <option name="VM_PARAMETERS" value="-ea" />
    147       <option name="PARAMETERS" />
    148       <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
    149       <option name="OUTPUT_DIRECTORY" />
    150       <option name="PASS_PARENT_ENVS" value="true" />
    151       <option name="TEST_SEARCH_SCOPE">
    152         <value defaultName="singleModule" />
    153       </option>
    154       <option name="USE_DEFAULT_REPORTERS" value="false" />
    155       <option name="PROPERTIES_FILE" />
    156       <properties />
    157       <listeners />
    158     </configuration>
    159   </component>
    160   <component name="SbtLocalSettings">
    161     <option name="projectSyncType">
    162       <map>
    163         <entry key="$PROJECT_DIR$/../../HoppinWorldBackend" value="PREVIEW" />
    164         <entry key="$PROJECT_DIR$/../../gamestatx_backend/gamestatx_backend" value="PREVIEW" />
    165       </map>
    166     </option>
    167   </component>
    168   <component name="SvnConfiguration">
    169     <configuration />
    170   </component>
    171   <component name="TaskManager">
    172     <task active="true" id="Default" summary="Default task">
    173       <changelist id="c61cb26e-cd20-4478-b386-32735fce1844" name="Default" comment="" />
    174       <created>1533767911688</created>
    175       <option name="number" value="Default" />
    176       <option name="presentableId" value="Default" />
    177       <updated>1533767911688</updated>
    178     </task>
    179     <servers />
    180   </component>
    181   <component name="ToolWindowManager">
    182     <frame x="12" y="15" width="1896" height="1053" extended-state="0" />
    183     <editor active="true" />
    184     <layout>
    185       <window_info anchor="right" id="Palette" order="3" />
    186       <window_info anchor="bottom" id="TODO" order="6" />
    187       <window_info anchor="right" id="Cargo" order="3" />
    188       <window_info anchor="right" id="Palette&#9;" order="3" />
    189       <window_info id="Image Layers" order="2" />
    190       <window_info anchor="right" id="Capture Analysis" order="3" />
    191       <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" />
    192       <window_info anchor="right" id="Maven Projects" order="3" />
    193       <window_info anchor="bottom" id="Run" order="2" />
    194       <window_info anchor="bottom" id="Version Control" order="7" />
    195       <window_info anchor="bottom" id="Terminal" order="7" />
    196       <window_info id="Capture Tool" order="2" />
    197       <window_info id="Designer" order="2" />
    198       <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.06108108" />
    199       <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
    200       <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
    201       <window_info id="UI Designer" order="2" />
    202       <window_info anchor="right" id="Theme Preview" order="3" />
    203       <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
    204       <window_info id="Favorites" order="2" side_tool="true" />
    205       <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
    206       <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
    207       <window_info anchor="right" id="Commander" order="0" weight="0.4" />
    208       <window_info anchor="bottom" id="Message" order="0" />
    209       <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
    210       <window_info anchor="bottom" id="Find" order="1" />
    211     </layout>
    212   </component>
    213   <component name="VcsContentAnnotationSettings">
    214     <option name="myLimit" value="2678400000" />
    215   </component>
    216   <component name="editorHistoryManager">
    217     <entry file="file://$PROJECT_DIR$/src/lib.rs">
    218       <provider selected="true" editor-type-id="text-editor">
    219         <state relative-caret-position="2240">
    220           <caret line="146" column="33" lean-forward="true" selection-start-line="146" selection-start-column="33" selection-end-line="146" selection-end-column="33" />
    221           <folding>
    222             <element signature="e#4155#4156#0" expanded="true" />
    223             <element signature="e#4204#4205#0" expanded="true" />
    224             <element signature="e#5097#5098#0" expanded="true" />
    225             <element signature="e#5157#5158#0" expanded="true" />
    226             <element signature="e#5630#5631#0" expanded="true" />
    227             <element signature="e#5690#5691#0" expanded="true" />
    228           </folding>
    229         </state>
    230       </provider>
    231     </entry>
    232     <entry file="file://$PROJECT_DIR$/tests/tests.rs">
    233       <provider selected="true" editor-type-id="text-editor">
    234         <state relative-caret-position="1584">
    235           <caret line="99" column="29" selection-start-line="99" selection-start-column="29" selection-end-line="99" selection-end-column="29" />
    236         </state>
    237       </provider>
    238     </entry>
    239     <entry file="file://$PROJECT_DIR$/.gitignore">
    240       <provider selected="true" editor-type-id="text-editor" />
    241     </entry>
    242     <entry file="file://$PROJECT_DIR$/src/lib.rs">
    243       <provider selected="true" editor-type-id="text-editor">
    244         <state relative-caret-position="2368">
    245           <caret line="154" column="9" lean-forward="true" selection-start-line="154" selection-start-column="9" selection-end-line="154" selection-end-column="9" />
    246         </state>
    247       </provider>
    248     </entry>
    249     <entry file="file://$PROJECT_DIR$/tests/tests.rs">
    250       <provider selected="true" editor-type-id="text-editor">
    251         <state relative-caret-position="1584">
    252           <caret line="99" column="29" selection-start-line="99" selection-start-column="29" selection-end-line="99" selection-end-column="29" />
    253         </state>
    254       </provider>
    255     </entry>
    256     <entry file="file://$PROJECT_DIR$/.gitignore">
    257       <provider selected="true" editor-type-id="text-editor" />
    258     </entry>
    259     <entry file="file://$PROJECT_DIR$/.gitignore">
    260       <provider selected="true" editor-type-id="text-editor" />
    261     </entry>
    262     <entry file="file://$PROJECT_DIR$/tests/tests.rs">
    263       <provider selected="true" editor-type-id="text-editor">
    264         <state relative-caret-position="412">
    265           <caret line="71" column="33" selection-start-line="71" selection-start-column="33" selection-end-line="71" selection-end-column="33" />
    266         </state>
    267       </provider>
    268     </entry>
    269     <entry file="file://$PROJECT_DIR$/src/lib.rs">
    270       <provider selected="true" editor-type-id="text-editor">
    271         <state relative-caret-position="633">
    272           <caret line="146" column="40" selection-start-line="146" selection-start-column="40" selection-end-line="146" selection-end-column="40" />
    273           <folding>
    274             <element signature="e#4155#4156#0" expanded="true" />
    275             <element signature="e#4204#4205#0" expanded="true" />
    276             <element signature="e#5097#5098#0" expanded="true" />
    277             <element signature="e#5157#5158#0" expanded="true" />
    278             <element signature="e#5630#5631#0" expanded="true" />
    279             <element signature="e#5690#5691#0" expanded="true" />
    280           </folding>
    281         </state>
    282       </provider>
    283     </entry>
    284   </component>
    285   <component name="masterDetails">
    286     <states>
    287       <state key="ProjectJDKs.UI">
    288         <settings>
    289           <last-edited>1.8</last-edited>
    290           <splitter-proportions>
    291             <option name="proportions">
    292               <list>
    293                 <option value="0.2" />
    294               </list>
    295             </option>
    296           </splitter-proportions>
    297         </settings>
    298       </state>
    299     </states>
    300   </component>
    301 </project>