Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature for just the urlencode builtin #704

Merged
merged 2 commits into from
Jun 10, 2022
Merged

Conversation

msrd0
Copy link
Contributor

@msrd0 msrd0 commented Jan 11, 2022

This way, I don't have to pull in a bunch of other dependencies that I don't need, but can still have the urlencode filter which I do need.

This way, I don't have to pull in a bunch of other dependencies that I
don't need, but can still have the urlencode filter which I do need.
@msrd0
Copy link
Contributor Author

msrd0 commented Feb 28, 2022

@Keats any chance you can take a look at this PR?

Cargo.toml Outdated
@@ -43,7 +43,8 @@ tempfile = "3"

[features]
default = ["builtins"]
builtins = ["slug", "percent-encoding", "humansize", "chrono", "chrono-tz", "rand"]
builtins = ["builtins_urlencode", "slug", "humansize", "chrono", "chrono-tz", "rand"]
builtins_urlencode = ["percent-encoding"]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you just name the feature urlencode?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I renamed the feature to just urlencode

@Keats
Copy link
Owner

Keats commented Feb 28, 2022

cool, I'll merge it with #711 when both are ready

@Keats Keats merged commit 288f80b into Keats:master Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants