{"id":13822449,"url":"https://github.com/mainrs/tera-text-filters-rs","last_synced_at":"2025-12-12T12:07:57.750Z","repository":{"id":57669498,"uuid":"289898362","full_name":"mainrs/tera-text-filters-rs","owner":"mainrs","description":"Text transformation filters for the Tera template engine.","archived":false,"fork":false,"pushed_at":"2020-08-24T12:13:50.000Z","size":760,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T22:16:43.520Z","etag":null,"topics":["rust-library","tera"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mainrs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-24T10:32:52.000Z","updated_at":"2021-03-17T18:14:57.000Z","dependencies_parsed_at":"2022-09-26T20:40:55.089Z","dependency_job_id":null,"html_url":"https://github.com/mainrs/tera-text-filters-rs","commit_stats":null,"previous_names":["sirwindfield/tera-text-filters"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mainrs/tera-text-filters-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Ftera-text-filters-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Ftera-text-filters-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Ftera-text-filters-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Ftera-text-filters-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mainrs","download_url":"https://codeload.github.com/mainrs/tera-text-filters-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Ftera-text-filters-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261315778,"owners_count":23140338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rust-library","tera"],"created_at":"2024-08-04T08:02:00.712Z","updated_at":"2025-12-12T12:07:52.676Z","avatar_url":"https://github.com/mainrs.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# tera-text-filters\n\n[![crates.io](https://img.shields.io/crates/v/tera-text-filters.svg)](https://crates.io/crates/tera-text-filters)\n[![crates.io](https://img.shields.io/crates/d/tera-text-filters)](https://crates.io/crates/tera-text-filters)\n[![Documentation](https://docs.rs/tera-text-filters/badge.svg)](https://docs.rs/tera-text-filters)\n\n\u003e Text transformation filters for the Tera template engine.\n\n## Usage\n\n```rust\nuse tera::Tera;\nuse tera_text_filters::camel_case;\n\nlet mut tera = Tera::default();\ntera.register_filter(\"camel_case\", camel_case);\n```\n\nAlternatively, you can register all filters at once:\n\n```rust\nuse tera::Tera;\nuse tera_text_filters::register_all;\n\nlet mut tera = Tera::default();\nregister_all(\u0026mut tera);\n```\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n  https://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainrs%2Ftera-text-filters-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmainrs%2Ftera-text-filters-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainrs%2Ftera-text-filters-rs/lists"}