Fluent Rs Versions Save

Rust implementation of Project Fluent

[email protected]

1 week ago
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Make fluent_args macro work with trailing comma
  • Fix FluentValue::try_number accepting numbers
  • Workspace: Update to Rust 2021
  • Workspace: Add various missing documentation and fix typos and links
  • Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
  • Workspace: Apply rustfmt and clippy lint fixes

[email protected]

1 week ago
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Create generic ftl serializer fluent_syntax::serializer
  • Fix crash when parsing multiline CRLF comment
  • Treat tab as text, not whitespace, adds parser::matches_fluent_ws function
  • Workspace: Update to Rust 2021
  • Workspace: Add various missing documentation and fix typos and links
  • Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
  • Workspace: Apply rustfmt and clippy lint fixes

[email protected]

1 week ago
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Implement From<&String> for FluentValue
  • Add FluentValue.into_string to prevent String clone
  • Fix FluentValue::try_number accepting numbers
  • Allow optional arguments on FluentValue
  • Fix behavior of FluentArgs::set
  • Resolve function instead in impl ResolveValue
  • Add type alias for concurrent FluentBundle
  • Fix FluentBundle::format_pattern lifetimes
  • Workspace: Update to Rust 2021
  • Workspace: Add various missing documentation and fix typos and links
  • Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
  • Workspace: Apply rustfmt and clippy lint fixes

[email protected]

1 week ago
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Migrate to pin_cell crate
  • Workspace: Update to Rust 2021
  • Workspace: Add various missing documentation and fix typos and links
  • Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
  • Workspace: Apply rustfmt and clippy lint fixes

[email protected]

1 week ago
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Return a result for ResourceManager::get_resource
  • Workspace: Update to Rust 2021
  • Workspace: Add various missing documentation and fix typos and links
  • Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
  • Workspace: Apply rustfmt and clippy lint fixes

[email protected]

1 week ago
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Allow optional resources, adds ResourceId struct
  • Workspace: Update to Rust 2021
  • Workspace: Add various missing documentation and fix typos and links
  • Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
  • Workspace: Apply rustfmt and clippy lint fixes

[email protected]

1 week ago
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Workspace: Update to Rust 2021
  • Workspace: Add various missing documentation and fix typos and links
  • Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
  • Workspace: Apply rustfmt and clippy lint fixes

[email protected]

1 week ago
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Workspace: Update to Rust 2021
  • Workspace: Add various missing documentation and fix typos and links
  • Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
  • Workspace: Apply rustfmt and clippy lint fixes

[email protected]

1 year ago

The ResourceIds are now stored as a HashSet rather than as a Vec. Adding a duplicate ResourceId is now a noop.

[email protected]

2 years ago
  • Bump self_cell to 0.10.