Another project
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 2.0 kB View raw
1--- 2source: crates/bone-document/tests/folder_snapshots.rs 3expression: ron 4--- 5#![enable(unwrap_newtypes)] 6#![enable(implicit_some)] 7#![enable(explicit_struct_names)] 8DocumentHeader( 9 schema: SchemaHeader( 10 name: "bone-document", 11 version: SchemaVersion( 12 major: 1, 13 minor: 4, 14 ), 15 ), 16 id: SerKey( 17 idx: 1, 18 version: 1, 19 ), 20 name: "demo", 21 units: Millimetre, 22 parameters: DocumentParameters( 23 order: ["width"], 24 entries: { 25 "width": 10.0, 26 }, 27 ), 28 feature_tree: FeatureTree( 29 entries: [FeatureEntry( 30 id: SerKey( 31 idx: 1, 32 version: 1, 33 ), 34 node: Origin, 35 ), FeatureEntry( 36 id: SerKey( 37 idx: 2, 38 version: 1, 39 ), 40 node: PrincipalPlane(Xy), 41 ), FeatureEntry( 42 id: SerKey( 43 idx: 3, 44 version: 1, 45 ), 46 node: PrincipalPlane(Yz), 47 ), FeatureEntry( 48 id: SerKey( 49 idx: 4, 50 version: 1, 51 ), 52 node: PrincipalPlane(Zx), 53 ), FeatureEntry( 54 id: SerKey( 55 idx: 5, 56 version: 1, 57 ), 58 node: Sketch(SerKey( 59 idx: 7, 60 version: 1, 61 )), 62 )], 63 id_high_water: 5, 64 ), 65 sketches: SketchRegistry( 66 order: [SerKey( 67 idx: 7, 68 version: 1, 69 )], 70 entries: { 71 SerKey( 72 idx: 7, 73 version: 1, 74 ): SketchRegistryEntry( 75 label: "Sketch1", 76 filename: "0000000100000007.ron", 77 ), 78 }, 79 ), 80 sketch_planes: {}, 81 sketch_high_water: 7, 82 extrude_high_water: 0, 83 body_high_water: 0, 84 rollback: AtEnd, 85 suppressed: [], 86)