Closed k9withabone closed 3 weeks ago
Added Display and FromStr implementations to compose_spec::service::Limit.
Display
FromStr
compose_spec::service::Limit
Changed the string deserialization logic of Limit to deserialize the string "-1" as Limit::Unlimited.
Limit
Limit::Unlimited
Added
Display
andFromStr
implementations tocompose_spec::service::Limit
.Changed the string deserialization logic of
Limit
to deserialize the string "-1" asLimit::Unlimited
.