23c0b3c547
This would make more sense in user code: ```rs Yaml::load_from_str("foo"); // Explicit that we're parsing YAML load_from_str("foo"); // Too implicit, too generic, may be from another lib ``` Plus, this mirrors `MarkedYaml`'s behavior. |
||
---|---|---|
.. | ||
basic.rs | ||
emitter.rs | ||
quickcheck.rs | ||
spec_test.rs | ||
spec_test.rs.inc | ||
specexamples.rs.inc | ||
test_round_trip.rs |