scad 1.2.2

A crate for generating OpenSCAD models using rust
Documentation
1
2
3
4
5
6
7
8
9
10
(function() {var implementors = {};
implementors["scad_generator"] = ["impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='enum' href='scad_generator/enum.CircleType.html' title='scad_generator::CircleType'>CircleType</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='scad_generator/struct.LinExtrudeParams.html' title='scad_generator::LinExtrudeParams'>LinExtrudeParams</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='enum' href='scad_generator/enum.ScadElement.html' title='scad_generator::ScadElement'>ScadElement</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='scad_generator/struct.ScadObject.html' title='scad_generator::ScadObject'>ScadObject</a>",];

            if (window.register_implementors) {
                window.register_implementors(implementors);
            } else {
                window.pending_implementors = implementors;
            }
        
})()