-
Notifications
You must be signed in to change notification settings - Fork 293
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
Expose built-in filters #410
Comments
I guess if you don't mind having to convert it to a |
I think this would be ok. |
Might as well just expose |
Ah the little issue with that plan is that every single function needs to be documented now if they are made public :( |
That can be exposed after v1 release anyway, so not a blocker. |
My current setup:
So it is important that I can use exactly the same slugify function in the rust code.
The text was updated successfully, but these errors were encountered: