Files
RSSHub/lib/v2/rustcc/radar.js
CcccFz 746dc1180d feat(route): add Rust语言中文社区招聘 (#10468)
Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
2022-08-16 00:15:47 +08:00

14 lines
343 B
JavaScript

module.exports = {
'rustcc.cn': {
_name: 'Rust语言中文社区',
'.': [
{
title: '招聘',
docs: 'https://docs.rsshub.app/programming.html#rust-yu-yan-zhong-wen-she-qu',
source: ['/'],
target: '/rustcc/jobs',
},
],
},
};